home *** CD-ROM | disk | FTP | other *** search
/ Aminet 34 / Aminet 34 (2000)(Schatztruhe)[!][Dec 1999].iso / Aminet / gfx / edit / VE-gausfeather.readme < prev    next >
Text File  |  1999-11-05  |  3KB  |  153 lines

  1. Short:    Visual Eng. - Gaussian feather v1.21
  2. Author:   marko.seppanen@wwnet.fi (Marko Seppänen)
  3. Uploader: marko.seppanen@wwnet.fi (Marko Seppänen)
  4. Type:     gfx/edit
  5.  
  6.  
  7. Visual Engineering script - Gaussian Feather v1.21
  8.  
  9.  
  10.  
  11. SHORT DESCRIPTION
  12.  
  13.   This script makes any shape's edges antialiased.
  14.  
  15.  
  16. REQUIREMENTS
  17.  
  18.   Image Engineer v3.41 (Wision release 2)
  19.  
  20.  
  21. INSTALLATION
  22.  
  23.   Archive where this file came from should be extracted to a
  24.   directory where you installed Image Engineer.
  25.  
  26.   This script must be in IE:Arexx/
  27.  
  28.  
  29. USAGE
  30.  
  31.   Activate window of an image. Image's background must be white.
  32.   Run the script. Sharp edged images will get antialiased.
  33.  
  34.   Be warned, you will lost very thin lines!
  35.  
  36.  
  37. ARGUMENTS
  38.  
  39.   GaussianFeather.rexx <pic>
  40.  
  41.   <pic> is name of the picture (in IE)
  42.  
  43.  
  44.  
  45.   AmigaDOS
  46.  
  47.     Sys:Rexxc/RX GaussianFeather.rexx <arguments>
  48.     Sys:Rexxc/RX GaussianFeather.rexx 000_testpic.iff
  49.  
  50.  
  51.  
  52.   Other scripts:
  53.  
  54.     ADDRESS COMMAND "Sys:Rexxc/RX IE:Arexx/GaussianFeather.rexx <arguments>"
  55.  
  56.     Next lines return you the name of this new picture.
  57.  
  58.     PROJECT_LIST
  59.     xyz=result
  60.     pic=subword(xyz,1,1)
  61.  
  62.  
  63.  
  64.  
  65. HISTORY
  66.  
  67.   1.21
  68.  
  69.   Can now be called from your own scripts, too.
  70.  
  71.   1.20
  72.  
  73.   Uses my own made convolve.
  74.   Needs IE-Extras v1.33
  75.  
  76.   1.10
  77.  
  78.   History started
  79.  
  80.  
  81.  
  82.  
  83.  
  84. DISTRIBUTION
  85.  
  86.   The archive, where this file came from, can be distributed using
  87.   any kind of media or distribution channel (CD, Email, WWW, BBS,
  88.   FTP...), but contents of original archive can not be modified.
  89.  
  90.   You may NOT spread modified versions of the script and call it as
  91.   Visual Engineering -script.
  92.  
  93.   If you are going to spread a script made by you, which calls one
  94.   of Visual Engineering -scripts, you must include either to
  95.   documentfile of your script or header of the script itself, Visual
  96.   Engineering's website address and my name and email address.
  97.  
  98.   Like this:
  99.  
  100.  
  101.   /*
  102.  
  103.    This script uses Visual Engineering -script(s):
  104.    AddSpace.rexx, PrimaryColors.rexx
  105.  
  106.    By Marko Seppänen <marko.seppanen@wwnet.fi>
  107.  
  108.    Visual Engineering website:
  109.    http://wwnet.fi/users/smarko/visual/
  110.  
  111.    */
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118. WORLD WIDE WEB
  119.  
  120.  Image Engineer
  121.  http://www.amigaworld.com/support/imageengineer/
  122.  
  123.  SViewIV
  124.  http://www.ar-kleinert.de/sview_e.html
  125.  
  126.  Visual Engineering
  127.  http://wwnet.fi/users/smarko/visual/
  128.  
  129.  
  130.  
  131. AMINET
  132.  
  133.  Image Engineer
  134.  http://ftp.sunet.se/aminetbin/find?imeng
  135.  
  136.  SViewIV
  137.  http://ftp.sunet.se/aminetbin/find?sviewiv
  138.  
  139.  Visual Engineering
  140.  http://ftp.sunet.se/aminetbin/find?visual+eng.
  141.  
  142.  
  143. ============================= Archive contents =============================
  144.  
  145. Original  Packed Ratio    Date     Time    Name
  146. -------- ------- ----- --------- --------  -------------
  147.     1193     633 46.9% 14-Oct-99 15:13:16 +GaussianFeather.rexx
  148.     1910     977 48.8% 15-Oct-99 11:16:38 +GaussianFeather.notes
  149.     1851     547 70.4% 03-Oct-99 21:43:52 +VE-Registration_Form
  150.     6372    2617 58.9% 14-Oct-99 22:15:20 +VisualEngineering.notes
  151. -------- ------- ----- --------- --------
  152.    11326    4774 57.8% 16-Oct-99 16:45:50   4 files
  153.